/* 苹方字体载入 */
@font-face {
	font-family:"PingFang"; /* 自定义字体名称 */
	src: url('../fonts/PingFang.eot'); /* 适用于Internet Explorer 4.0+ */
	src: url('../fonts/PingFang.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/PingFang.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/PingFang.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/PingFang.svg#PingFang') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
body {font-family:"PingFang","Microsoft YaHei","Arial"; color:#726b64;}
a {color:#726b64;}
a:hover {text-decoration:none; color:#008fd7;}

.clr {clear:both;}

.hzg-mo-hidden {display: none;}

/* 头部导航 */

.hzg-navbar {padding-left:5px; transition: background 0.5s ease-in-out, padding 0.5s ease-in-out; -webkit-opacity:0.9; -moz-opacity: 0.9; opacity:0.9; /*IE8支持*//*filter:alpha(opacity=50); IE8放弃半透明*/ background-color: rgba(21, 62, 66, 0.9); background:url(../images/nav_bk.png) repeat;}
.hzg-navbar a {background:transparent !important; color:#fff !important; transition: color 0.5s ease-in-out;}/*-webkit-transition ;-moz-transition*/
.hzg-navbar a:hover {color:#008fd7 !important; background:transparent; outline:0}
.hzg-navbar .navbar-header .navbar-left {position:absolute; left:15%; margin-left:-75px!important; /* 徽标宽度的50％ */ display:block;} /* logo居中 */
.hzg-navbar .navbar-header .navbar-left img {margin-top:0px; }

@media screen and (max-width:990px) {
.hzg-navbar .navbar-header .navbar-left img {margin-top:0px;width:65%;margin-left:25px;margin-top:5px;}
.hzg-navbar .navbar-header .navbar-left {position:absolute; left:15%; margin-left:-75px!important; /* 徽标宽度的50％ */ display:block;} /* logo居中 */

}

.hzg-top-nav {padding:20px 40px; -webkit-opacity:0.9; -moz-opacity: 0.9; opacity:0.9; filter:alpha(opacity=50); background-color:rgb(28, 44, 33); background-color:rgba(28, 44, 33, 0.6);}

ul.hzg-navbar-nav {text-align:center;} /* 居中显示 */
ul.hzg-navbar-nav a {font-size:16px;}
ul.hzg-navbar-nav > li {padding:0 20px; border-bottom:1px #f0f0f0 solid; margin:auto 10px auto 5px;} /* 针对移动端的下拉线 */

ul.hzg-navbar-nav .dropdown-menu {-webkit-opacity:0.9; -moz-opacity: 0.9; opacity:0.9; filter:alpha(opacity=50); background-color: rgb(28, 44, 33); background-color: rgba(23, 69, 94, 0.9); text-align:center; border:0;}
ul.hzg-navbar-nav .dropdown-menu a {font-size:16px;}

ul.hzg-navbar-nav ul.hzg-dropdown-menu li {text-align:center;}
ul.hzg-navbar-nav ul.hzg-dropdown-menu li a {font-size:12px; padding:6px;}

/* 自定义箭头 */
.carousel-control .glyphicon-chevron-left {background:url(../images/icon_arrow.png) no-repeat; background-size:auto 20px; width:10px; height:20px;}
.carousel-control .glyphicon-chevron-right {background:url(../images/icon_arrow.png) no-repeat -10px 0; background-size:auto 20px; width:10px; height:20px;}
.glyphicon-chevron-left:before {content:"";}
.glyphicon-chevron-right:before {content:"";}
.carousel-indicators li {width:5px; height:5px;}
.carousel-indicators li.active {width:5px; height:5px;}
.carousel-control {font-size:18px;}

/* 隐藏导航箭头 */
.caret {display: none;}


/* 右侧导航 */
.hzg-navbar .hzg-right-nav {color:#fff; padding-bottom:36px; margin-top:30px;}
.hzg-language {text-align: right; font-size: 12px;}

.hzg-search form {position: relative; width: 150px; margin: 0 auto; float:right;}
.hzg-search input, .hzg-search button {background: transparent; border: none; outline: none;}
.hzg-search input {border: 1px solid #fff; height: 20px; width: 100%; padding-left: 13px; border-radius:5px;}
.hzg-search button {top: 0; right: 5px; height: 20px; width: 20px; cursor: pointer; position: absolute;}
.hzg-search button:before {content: "\f002"; font-family: FontAwesome; font-size: 16px; color: #fff; font-weight:normal;}

.hzg-share {padding-right:18px;}
.hzg-share i {display:block; float:left; width:20px; height:20px; margin:0 3px;}
.hzg-share i.icon-facebook {background:url(../images/icon-share.png) 0 0;}
.hzg-share i.icon-twitter {background:url(../images/icon-share.png) -25px 0;}
.hzg-share i.icon-sina {background:url(../images/icon-share.png) -50px 0;}
.hzg-share i.icon-weixin {background:url(../images/icon-share.png) -75px 0;}

/* 洋葱头导航 */
.hzg-nv {margin-top:20px;}

/* 首页内容页样式 */

.hzg-carousel {margin-top:50px;}

.hzg-container-t {background:#e5e6e8;}
.hzg-container-t h2.hzg-box-t {font-size:24px; padding:5px 0;text-align:center;}
.hzg-container-t h2.hzg-box-t span {font-size:18px;}
.hzg-video {margin-top:30px;}
.hzg-box-i {padding:0;}
.hzg-box-title {color:#000;}

.hzg-box-mo {padding:0;}
.hzg-box-mo-t {margin-top:20px;}
.hzg-box-mo-t0 {margin-top:0;}

.hzg-box {padding:30px 0;}
.hzg-box h2.hzg-box-t {font-size:20px; padding:0;}
.hzg-box .hzg-box-c {line-height:28px; font-size:16px;margin-top:30px;}
.hzg-box .hzg-box-m a {font-size:16px; line-height:28px;}

.hzg-brand-i img {display:block; margin-left:auto; margin-right:auto;}

.hzg-box-pd-top {margin-top:30px;}
.hzg-box-pd h2.hzg-box-t {font-size:60px;}
.hzg-box-pd .hzg-box-c {line-height:30px; padding-top:20px;}
.hzg-box-pd .hzg-box-m a {font-size:14px; line-height:28px;}

.hzg-mo-top-20 {margin-top:20px;}

.hzg-contactus {background:url(../images/contactus_bg.jpg) no-repeat center; background-size:contain; margin:20px 0; height:220px;}
.hzg-contactus .hzg-box-c {padding:20px;}
.hzg-contactus .hzg-box-c .hzg-home-aboutus {font-size:14px;}
.hzg-contactus .hzg-box-c h3 {margin-top:0;}


button.navbar-toggle {z-index:999}/*整个背景都是transparent透明的，会看不到，所以再次覆盖一下*/
button.navbar-toggle > span.icon-bar {background-color:#dedede}

/* 底部样式 footer */
.ewm {padding:0px 0px 10px 0px;}
.ewm img {height:80px;}
.hzg-footer {background-color:#000; color:#fff; padding:10px 40px; text-align:center;}
.hzg-footer .foot-logo span {display:inline; line-height:28px;}
.hzg-footer .foot-logo span.logo img {height:12px;}
.hzg-footer .foot-logo span.city {font-size:14px; padding:0 10px;}
.hzg-footer .foot-logo span.tel {font-size:14px; display:block; /* 强制换行 */}
.hzg-footer .hzg-copyright span.glyphicon-copyright-mark {font-size:12px;}

/* 最新资讯列表 */
.hzg-news-lis {padding-top:20px;}
.hzg-news-lis .c-lis {margin-bottom:40px;}
.hzg-news-lis .c-lis .t h2 {font-size:16px; font-weight:bold; margin:0;}
.hzg-news-lis .c-lis .c {padding:20px 0; font-size:14px;}

.list-page {text-align:center;}
.list-page a {color:#fff; background:#666; border:1px #dedede solid; padding:3px 8px; margin:0 2px;}
.list-page span {padding:3px 8px; margin:0 2px;}

/* 最新资讯内容 */
.hzg-show-news {margin-top:40px;}
.hzg-show-news .t {text-align:center;}
.hzg-show-news .t h2 {font-size:20px;}
.hzg-show-news .d {text-align:center;}
.hzg-show-news .c {font-size:14px; margin-top:50px; line-height:32px;}

/* 图册列表 */
.hzg-catalogue-lis {padding-top:20px;}
.hzg-catalogue-lis .c-lis {margin-bottom:20px;}

/* 图册内容页 */
.hzg-catalogue-show {margin-top:20px;}

/* 品牌历程 */
.hzg-brand-progress-pc {display:none;}

/* 视频列表 */
.hzg-video-lis {padding-top:20px;}
.hzg-video-lis .c-lis {margin-bottom:20px;}

/*
.video-js .vjs-big-play-button {border-radius:50px; height:90px; width:90px; border:0; background:#fff; opacity:0.5; color:#666; top:45%;}
.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {content: '\f101'; font-size:2.4em; top:25px;}
.hzg-video-show embed {min-height:540px; width:100%;}
*/
.hzg-video-show iframe {min-height:185px; width:100%;}



/* 产品列表页 */
.hzg-product-lis .t-day {font-size:28px; color:#000000; padding:20px 0 20px 50px; background:url(../images/icon-day.png) no-repeat 0 28px;}
.hzg-product-lis .t-night {font-size:28px; color:#000000; padding:20px 0 20px 30px; background:url(../images/icon-night.png) no-repeat 0 28px;}
.hzg-product-lis .t-normal {font-size:28px; color:#000000; padding:20px 0 20px 0;}

.hzg-product-lis .c-lis {}
.hzg-product-lis .c-lis .c {border:1px red solid;}
.hzg-product-lis .c-lis .t {font-size:16px; padding:5px 0; clear:both; margin-bottom:20px;}
.hzg-product-lis .c-lis .t a {color:#000000;}


/* 图片放大效果 */
.hzg-product-lis .c-lis .i {width: 100%; height: 100%; float: left; overflow: hidden; position: relative; text-align: center; cursor: default;}
.hzg-product-lis .c-lis .i .hzg-overlay {width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; -webkit-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}
.hzg-product-lis .c-lis .i:hover .hzg-overlay { background-color: rgba(170,170,170,0.4);}
.hzg-product-lis .c-lis .i img { -webkit-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; display: block; position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.hzg-product-lis .c-lis .i:hover img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.hzg-product-lis .c-lis .i a.hzg-info {display: inline-block; text-decoration: none; text-transform: uppercase; color: #fff; margin:0; background-color: transparent; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; font-weight: normal; height:100%; width:100%; position: absolute; top:0; left:0;}
.hzg-product-lis .c-lis .i:hover a.hzg-info { opacity: 0.8; filter: alpha(opacity=0.8); background-color:black; cursor:url(/cursor.ico),auto;}



.hzg-product-more {text-align:right; border-bottom: 1px #231915 dashed;}
.hzg-product-more a {font-size:16px;}

/* 子页面头部样式 */
.hzg-show-top {background:#eee; padding:80px 20px 30px 20px; color:#000;}
.hzg-show-top h2 {font-size:28px; padding:10px 0 5px 0; padding-top:20px; border-bottom: 1px #7b7b7b solid;}
.hzg-show-top .c {margin-top:10px; font-size:14px;}
.hzg-show-top .col-sm-6 {padding:0;}

/* 产品内容页 */
.hzg-product-show-z .t {padding-top:20px; padding-bottom:20px;}

/* 产品内容页 */
.hzg-product-show-z {margin-top:20px;}
.hzg-product-show-z .t {padding-top:20px; padding-bottom:20px; line-height:28px;}

.hzg-product-show-c .hzg-product-show-s1 .t {line-height:30px; font-size:16px; padding:20px 0;}

.hzg-product-show-s2 {font-size:14px; line-height:28px;}
.hzg-product-show-s2 .t {padding:10px 15px 30px 15px;}

.hzg-product-caizhi {padding:60px 0 30px 0;}
.hzg-product-caizhi img {width:60px; height:60px;}
.hzg-product-caizhi .lis-c {padding:5px;}

.hzg-product-share {padding-bottom:200px; border:1px red solid;}
.hzg-product-share i {display:block; float:right; width:34px; height:34px; margin:0 3px;}
.hzg-product-share i.icon-facebook {background:url(../images/icon-share-bottom.png) -1px 0;}
.hzg-product-share i.icon-twitter {background:url(../images/icon-share-bottom.png) -45px 0;}
.hzg-product-share i.icon-sina {background:url(../images/icon-share-bottom.png) -89px 0;}
.hzg-product-share i.icon-weixin {background:url(../images/icon-share-bottom.png) -132px 0;}

/* 品牌 */
.hzg-brand-box {margin-top:10px; padding:0 15px;}
.hzg-brand-box .hzg-brand-story h2 {font-size:42px; margin:0 0 20px 0; padding-top:0;}
.hzg-brand-box .hzg-brand-story .hzg-brand-c {font-size:14px; line-height:28px;}
.hzg-brand-box .hzg-brand-story .hzg-brand-i img {width:100%;}

.hzg-brand-box .hzg-brand-strength {position:relative;}
.hzg-brand-box .hzg-brand-strength h2 {font-size:24px; margin-top:0;}
.hzg-brand-box .hzg-brand-strength h2 span {font-size:20px;}
.hzg-brand-box .hzg-brand-strength .c {font-size:14px; line-height:28px;}
.hzg-brand-box .hzg-brand-strength .i {}

.hzg-brand-box .hzg-brand-idea h2 {font-size:24px; margin-top:0;}
.hzg-brand-box .hzg-brand-idea h2 span {font-size:20px;}
.hzg-brand-box .hzg-brand-idea .c {font-size:14px; line-height:28px;}

.hzg-brand-box .hzg-brand-position h2 {font-size:24px; margin-top:0;}
.hzg-brand-box .hzg-brand-position .c {font-size:14px; line-height:28px; padding-top:40px;}

.hzg-brand-box .hzg-brand-introdution h2 {font-size:24px; margin-top:0;}
.hzg-brand-box .hzg-brand-introdution h2 span {font-size:20px;}
.hzg-brand-box .hzg-brand-introdution .c {font-size:14px; line-height:28px; padding-top:40px;}
.hzg-brand-box .hzg-brand-introdution .c2 {padding:0 40px;}
.hzg-brand-box .hzg-brand-introdution .c2 h5 {font-size:18px; margin-top:20px;}

.hzg-brand-story-top {margin-top:20px;}

/* 品牌历程 */
.hzg-brand-progress-mo {text-align:center;}

/* 品牌图片放大效果 */
.hzg-brand-box .i {width: 100%; height: 100%; overflow: hidden; position: relative; text-align: center; cursor: default;}
.hzg-brand-box .i img { -webkit-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; display: block; position: relative; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.hzg-brand-box .i:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); cursor:url(/cursor.ico),auto;}


/* 底部返回 */

.hzg-bottom-return {border-bottom:1px dashed #000; margin:50px 15px; padding-bottom:10px;}
.hzg-bottom-return .m {font-size:14px; cursor:pointer; padding-top:10px;}

/* 专卖店 */
.hzg-mall-box {margin-top:20px;}
.hzg-mall-box select.input-xlarge {width:100%; padding:10px 5px; border:2px #666 solid; border-radius:5px;}
.hzg-mall-box .hzg-msg-box {margin-top:30px;}
.hzg-mall-box .hzg-msg-box h2 {margin:0; font-size:24px;}
.hzg-mall-box .hzg-msg-box span {font-size:18px;}
.hzg-mall-box .hzg-msg-box ul {list-style:none; margin-top:20px; font-size:14px; line-height:24px; padding:0 0 20px 0; border-bottom:1px dashed #666;}
.hzg-mall-box .hzg-msg-box ul li {padding:0; margin:0;}
.hzg-mall-box .hzg-msg-box .hzg-msg-show {display:none;}

.hzg-mall-box .cursors:hover {opacity: 0.8; filter: alpha(opacity=0.8); cursor:url(/cursor.ico),auto;}


/* 加盟nacooc */
.hzg-join-box {margin-top:0px;}
.hzg-join-box .tt h2 {font-size:24px;}
.hzg-join-box .t h2 {font-size:20px; margin:0;}
.hzg-join-box .c {font-size:14px; line-height:28px; margin-top:20px;}

.hzg-join-box-form {margin-top:80px;}
.hzg-join-box-form .control-group {padding:0 5px;}
.hzg-join-box-form .t h2 {text-align:center; font-size:24px;}
.hzg-join-box-form .f {margin-top:20px;}
.hzg-join-box-form .f .control-label {font-size:14px; font-weight:normal; padding:0;}
.hzg-join-box-form .f .input-xlarge {background:#C8C9C9; border:1px #C8C9C9 solid; padding:10px 5px; width:100%;}
.hzg-join-box-form .f select.input-xlarge {padding:10px 5px;}
.hzg-join-box-form .f .btn-success {text-align:right; background:#C8C9C9; border:1px #C8C9C9 solid; color:#726b64; padding:10px 60px; margin-top:20px;}

/* 预约nacooc */
.hzg-service-box-1 {margin-top:40px;}
.hzg-service-box-1 .service-box-1 {background:url(../images/design-service-bg01.jpg) no-repeat bottom; background-size:contain; height:200px;}
.hzg-service-box-1 .service-box-1 .t h2 {text-align:right; padding-top:; font-size:20px; line-height:30px;}


.hzg-service-box-2 {background:url(../images/design-service-bg02.jpg) no-repeat center top; height:384px;}
.hzg-service-box-2 .service-box-2 {margin-top:15px; padding:10px 0;}
.hzg-service-box-2 .service-box-2 .input-xlarge {width:100%; padding:10px 5px; margin:10px 0; border-radius:8px; border:1px #C8C9C9 solid;}
.hzg-service-box-2 .service-box-2 select.input-xlarge {padding:7px 5px;}
.hzg-service-box-2 .service-box-2 .btn-success {background:#fff; color:#666; border:1px #C8C9C9 solid; padding:10px 40px;}

/* SELECT下拉效果 */
.hzg-select {position:relative;}
.hzg-select select {
	background:#fff;
	/* 清除select聚焦时候的边框颜色 */
	outline: none;
	/* 隐藏select的下拉图标 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none 9;
	-o-appearance: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.hzg-select select::-ms-expand {display:none;}

/* 使用伪类给select添加自己想用的图标 */
.hzg-select:after {
	content: "";
	width: 19px;
	height: 16px;
	background: url(../images/icon_xiala.png) no-repeat center;
	/* 通过定位将图标放在合适的位置 */
	position: absolute;
	right: 20px;
	top: 38%;
	/* 给自定义的图标实现点击下来功能 */
	 pointer-events: none;
}

/* 联系nacooc */
.hzg-contactus-box {background:url(../images/contactus_bg.jpg) no-repeat center; background-size:contain; margin-top:20px; height:220px;}
.hzg-contactus-box .t {margin-top:0px; padding-left:20px; line-height:20px;}
.hzg-contactus-box h3 {font-size:16px; margin:10px;}

/* 重置 */
.margin-top-20 {margin-top:20px;}
.margin-top-40 {margin-top:40px;}
.margin-top-60 {margin-top:60px;}
.margin-top-80 {margin-top:80px;}

.margin-top-20-30 {margin-top:20px;}
.margin-top-20-40 {margin-top:20px;}
.margin-top-30-40 {margin-top:30px;}
.margin-top-20-60 {margin-top:20px;}
.margin-top-20-0 {margin-top:20px;}

.padding-lr-15-0 {padding-left:15px; padding-right:15px;}
.padding-lr-0-15 {padding-left:0; padding-right:0;}


/* 超屏幕（平板，大于等于 768px sm） */
@media (min-width: @screen-xs-min) {

}

/* 小屏幕（平板，大于等于 768px sm） */
@media (min-width: @screen-sm-min) {}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: @screen-md-min) {}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	/* 初始化 */
	.margin-top-20-40 {margin-top:40px;}
	.margin-top-30-40 {margin-top:40px;}
	.margin-top-20-30 {margin-top:30px;}
	.margin-top-20-60 {margin-top:60px;}
	.margin-top-20-0 {margin-top:0px;}

	.padding-lr-15-0 {padding-left:0; padding-right:0;}
	.padding-lr-0-15 {padding-left:15px; padding-right:15px;}


	.carousel-control .glyphicon-chevron-left {background:url(../images/icon_arrow.png) no-repeat; background-size: auto; width:20px; height:69px;}
	.carousel-control .glyphicon-chevron-right {background:url(../images/icon_arrow.png) no-repeat -40px 0; background-size: auto; width:20px; height:69px;}
	.glyphicon-chevron-left:before {content:"";}
	.glyphicon-chevron-right:before {content:"";}
	.carousel-indicators li {width:8px; height:8px;}
	.carousel-indicators li.active {width:8px; height:8px;}
	.carousel-control {font-size:28px;}

	/* 导航 */
	.hzg-navbar {padding:5px 40px 0 40px;}
	.hzg-navbar .navbar-header .navbar-left {position:relative;}
	.hzg-navbar .navbar-header .navbar-left img {margin-top:5px; margin-bottom:5px;padding-left:200px;}
	.navbar .nav > li:hover .dropdown-menu {display: block;} /* 上移激活下拉菜单 */

	.hzg-mo-hidden {display: block;}

	ul.hzg-navbar-nav {display:inline-block; float:none;}
	ul.hzg-navbar-nav .dropdown-menu {text-align:left;}

	.hzg-brand-i img {width:100%;}
	.hzg-box-mo-t {margin-top:0;}
	.hzg-mo-top-20 {margin-top:0px;}
	.hzg-video {margin-top:60px;}

	#hzg-navbar-collapse {text-align:center;} /* 导航居中显示 */
	.hzg-nv {padding:0;}

	.hzg-box h2.hzg-box-t {font-size:28px; line-height:38px;}

	.hzg-container-t h2.hzg-box-t {font-size:32px; padding:10px 0;}
	.hzg-container-t h2.hzg-box-t span {font-size:20px;}

	.hzg-carousel {margin-top:61;}

	.hzg-service-box-1 .service-box-1 {height:400px;}

	.hzg-contactus {margin:50px 0; height:495px;}
	.hzg-contactus .hzg-box-c {padding:60px 0 0 100px;}
	.hzg-contactus .hzg-box-c .hzg-home-aboutus {font-size:18px;}
	.hzg-contactus .hzg-box-c h3 {margin-top:20px;}

	/* footer */
	.hzg-footer .foot-logo {text-align:right;}
	.hzg-footer .foot-logo span.tel {display:inline; /* 强制换行 */}
	.hzg-footer .foot-copyright {text-align:left;}


	.hzg-box {padding:60px;}
	.hzg-box-mo {padding:60px;margin-bottom:120px}
	.hzg-box-pd-top {margin-top:60px;}
	.hzg-brand-box {margin-top:40px; padding:0 180px;}

	/* 品牌历程 */
	.hzg-brand-progress-mo {display:none;}
	.hzg-brand-progress-pc {display:block; margin-top:40px; padding:0 195px; background:url(../images/progress-bg.jpg) center no-repeat; height:1165px; position:relative;}

	.hzg-brand-progress-pc .pic { overflow:hidden; position: relative; text-align: center; cursor: default;}
	.hzg-brand-progress-pc .pic img {width:100%; height:100%; -webkit-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; display: block; position: relative; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
	.hzg-brand-progress-pc .pic:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); cursor:url(/cursor.ico),auto;}

	.hzg-brand-progress-pc .pic-01 {position:absolute; width:230px; height:146px; top:185px; left:320px;}
	.hzg-brand-progress-pc .pic-02 {position:absolute; width:160px; height:200px; top:305px; left:650px;}
	.hzg-brand-progress-pc .pic-03 {position:absolute; width:160px; height:161px; top:520px; left:320px;}
	.hzg-brand-progress-pc .pic-04 {position:absolute; width:160px; height:152px; top:700px; left:650px;}
	.hzg-brand-progress-pc .pic-05 {position:absolute; width:160px; height:161px; top:865px; left:320px;}

	/*.hzg-brand-box .hzg-brand-strength-bg1 {height:550px;} /* 品牌实力-前沿时尚风向标 */
	.hzg-designer-t {text-align:right; padding-right:80px; padding-top:30px;}
	.hzg-designer-t h2 {line-height:44px;}
	.hzg-news-lis {padding:80px 100px 0 100px;}
	.hzg-news-lis .c-lis {margin-bottom:120px;}
	.hzg-show-news .t h2 {font-size:28px;}
	.hzg-join-box {padding:0 180px;}
	.hzg-join-box .tt h2 {font-size:24px;}
	.hzg-service-box-1 {margin-top:40px; padding:0 140px;}
	.hzg-service-box-1 .service-box-1 .t h2 {font-size:28px; line-height:42px;}
	.hzg-join-box .tt h2 {font-size:40px;}
	.hzg-join-box-form {padding:0 120px;}
	.hzg-join-box-form .form-horizontal {padding:0 50px;}
	.hzg-service-box-2 .service-box-2 {margin-top:90px; padding:20px 140px;}
	.hzg-show-news {padding:0 180px;}
	.hzg-product-show-c {}

	/* 产品内容页 */
	.hzg-product-show-z .glyphicon-chevron-left {margin-left:-40px;}
	.hzg-product-show-z .glyphicon-chevron-right {margin-right:-40px;}
	.hzg-product-show-z .t {padding:20px 0px;}

	.hzg-mall-box .hzg-msg-box .hzg-msg-show {height:500px; overflow:auto}
	.hzg-bottom-return {margin:100px auto;}
	.hzg-contactus {background-size:auto;}
	.hzg-navbar .hzg-right-nav {width:275px; padding-bottom:0; margin-right:0;}
	.hzg-video-show iframe {min-height:570px; width:100%;}

	.ewm {padding:40px;}
	.ewm img {height:120px;}

	ul.hzg-navbar-nav > li {padding:0 10px; border-bottom:0; margin:0;} /* 针对移动端的下拉线 */
	.hzg-navbar .hzg-right-nav {margin-top:0;}
	ul.hzg-navbar-nav ul.hzg-dropdown-menu li {text-align:left;}

	/* 品牌加盟 */
	.hzg-join-box {margin-top:80px;}
	.hzg-join-box-form .f select.input-xlarge {padding:7px 5px;}

	/* 品牌 */
	.hzg-brand-box {margin-top:30px;background:url(../images/gsjj2.jpg) no-repeat center;height: 1200px;width: 100%;padding-top:120px;}
	.hzg-brand-story-top {margin-top:0px;}
	.hzg-brand-box .hzg-brand-introdution h2 {font-size:28px;}
	.hzg-brand-box .hzg-brand-strength h2 {font-size:28px;}
	.hzg-brand-position-bg {background-size:auto;}
	
		/* 品牌 */
	.hzg-brand-box2 {margin-top:30px;background:url(../images/gsjj.jpg) no-repeat center;height: 1200px;width: 100%;padding-top:120px;}
	.hzg-brand-story-top {margin-top:0px;}
	.hzg-brand-box2 .hzg-brand-introdution h2 {font-size:28px;}
	.hzg-brand-box2 .hzg-brand-strength h2 {font-size:28px;}
	.hzg-brand-position-bg {background-size:auto;}

	/* 图册列表 */
	.hzg-catalogue-lis {padding-top:80px;}
	.hzg-catalogue-lis .c-lis {margin-bottom:120px;}

	.hzg-catalogue-show {margin-top:60px;}

	/* 联系nacooc */
	.hzg-contactus-box {background:url(../images/contactus_bg.jpg) no-repeat center; background-size:auto; margin-top:20px; height:500px;}
	.hzg-contactus-box .t {margin-top:60px; padding-left:90px; line-height:20px;}
	.hzg-contactus-box h3 {font-size:18px; margin:10px;}

	/* 视频列表 */
	.hzg-video-lis {padding-top:80px;}
	.hzg-video-lis .c-lis {margin-bottom:120px;}

	/* 产品 */
	.hzg-product-lis {padding-top:40px;}
	.hzg-product-lis .c-lis .t {font-size:16px; padding:5px 0; clear:both; margin-bottom:60px;text-align:center;}

	.hzg-product-caizhi {padding:180px 0 70px 0;}
	.hzg-product-caizhi img {width:105px; height:105px;}
	.hzg-product-caizhi .lis-c {margin-bottom:60px;}

	/* 专卖店 */
	.hzg-mall-box {margin-top:80px;}

	/* 加盟 */
	.hzg-join-box-form .f .control-label {padding:5px 0;}
	.hzg-join-box-form .control-group {padding:0 5px;}


}